home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo.
- echo.
- echo This game/demo needs approx 7Mb of drive space
- echo.
- echo. Now copying files.
- echo.
- md c:\descent\
- xcopy *.* c:\descent\ /s
- attrib c:\descent\*.* -r -a -s -h /s
- c:
- cd\
- cd descent
- call setup.exe
- call descent.exe
- cd\
- d:
-
-